home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / Angband290 / help / option.txt < prev    next >
Text File  |  2000-04-10  |  22KB  |  455 lines

  1. === Option Descriptions ===
  2.  
  3. Most of the "options" are accessible through the '=' command, which provides
  4. an interface to the various "sets" of options available to the player.
  5.  
  6. In the decriptions below, each option is listed as the textual summary
  7. which is shown on the "options" screen, plus the internal name of the
  8. option in brackets, followed by a textual description of the option.
  9.  
  10. Note that the internal name of the option can be used in user pref files
  11. to force the option to a given setting, see "command.txt" for more info.
  12.  
  13. Various concepts are mentioned in the descriptions below, including "disturb",
  14. (cancel any running, resting, or repeated commands, which are in progress),
  15. "flush" (forget any keypresses waiting in the keypress queue, including any
  16. macros in progress), "fresh" (dump any pending output to the screen), and
  17. "sub-windows" (see below).
  18.  
  19.  
  20. === Option Set 1 -- User Interface ===
  21.  
  22. Rogue-like commands    [rogue_like_commands]
  23.     Selects the "roguelike" command set (see "command.txt" for info).
  24.  
  25. Activate quick messages    [quick_messages]
  26.     Allows the use of any keypress as a response to the "-more-" prompt
  27.     (useful for monster farming).  Allows most keys to mean "no" to any
  28.     "[y/n]" prompt.
  29.  
  30. Prompt for floor item selection    [other_query_flag]
  31.     Allows the user to select objects from the center of stacks.  Without
  32.     this option, the uppermost appropriate object will always be selected.
  33.  
  34. Prompt before picking things up    [carry_query_flag]
  35.     Forces the game to ask your permission before allowing you to pick up
  36.     any object.
  37.  
  38. Use old target by default    [use_old_target]
  39.     Forces all commands which normally ask for a "direction" to use the
  40.     current "target" if there is one.  Use of this option can be dangerous
  41.     if you target locations on the ground, unless you clear them when done.
  42.  
  43. Pick things up by default    [always_pickup]
  44.     Tells the game that walking onto an item should attempt to pick it up.
  45.     Picking up objects in the manner takes no additional energy.  Note the
  46.     "g" and "-" commands, which can be used to "reverse" this option for a
  47.     single turn.
  48.  
  49. Repeat obvious commands    [always_repeat]
  50.     Tells the game that when you attempt to "open" a door or chest, "bash"
  51.     a door, "tunnel" through walls, "disarm" traps or chests, or "alter"
  52.     any grid, that you wish to automatically "repeat" the command 99 times
  53.     (see "command.txt"), unless an explicit repeat count was given.
  54.  
  55. Show dungeon level in feet    [depth_in_feet]
  56.     Display dungeon depths in "feet" instead of "levels".
  57.  
  58. Merge inscriptions when stacking    [stack_force_notes]
  59.     Force otherwise identical objects to merge, even if one has an empty
  60.     inscription and the other does not.  The resulting stack keeps the 
  61.     non-empty inscription.
  62.  
  63. Merge discounts when stacking    [stack_force_costs]
  64.     Force otherwise identical objects to merge, even if they have different
  65.     discounts.  The resulting stack keeps the largest discount.  This option
  66.     may cause you to lose "value", but will give you optimal pack usage.
  67.  
  68. Show labels in equipment listings    [show_labels]
  69.     Display "labels" (what an object is being used for) for objects in all
  70.     "equipment" listings.
  71.  
  72. Show weights in all object listings    [show_weights]
  73.     Display "weights" (in pounds) of objects in all "inventory", "equipment",
  74.     "store items", and "home items" listings.
  75.  
  76. Show choices in inven/equip listings    [show_choices]
  77.     Display "choices" (legal responses) in any sub-windows which are being
  78.     used to display your inventory or equipment.  Also, if one sub-window
  79.     is being used to display your inventory or equipment, then this option
  80.     will cause it to be (temporarily) toggled as needed to always show the
  81.     "appropriate" set of objects (inventory or equipment).
  82.  
  83. Show details in monster descriptions    [show_details]
  84.     Display "details" (including number of monsters killed, and textual
  85.     descriptions) in monster descriptions.
  86.     are displaying the monster.
  87.  
  88. Show flavors in object descriptions    [show_flavors]
  89.     Display "flavors" (color or variety) in object descriptions, even for
  90.     objects whose type is known.  This does not affect objects in stores.
  91.  
  92. Audible bell (on errors, etc)    [ring_bell]
  93.     Attempt to make a "bell" noise when various "errors" occur.
  94.  
  95.  
  96. === Option Set 2 -- Disturbance ===
  97.  
  98. Run past stairs    [find_ignore_stairs]
  99.     Ignore stairs when running.
  100.  
  101. Run through open doors    [find_ignore_doors]
  102.     Ignore open doors when running.
  103.  
  104. Run past known corners    [find_cut]
  105.     Cut sharply around "known" corners when running.  This will result in
  106.     "faster" running, but may cause you to run into a "lurking" monster.
  107.  
  108. Run into potential corners    [find_examine]
  109.     Fully explore "potential corners" in hallways.
  110.  
  111. Disturb whenever any monster moves    [disturb_move]
  112.     Disturb the player when any monster moves, appears, or disappears.
  113.     This includes monsters which are only visible due to telepathy, so
  114.     you should probably turn this option off if you want to "rest" near
  115.     such monsters.
  116.  
  117. Disturb whenever viewable monster moves    [disturb_near]
  118.     Disturb the player when any viewable monster moves, whenever any
  119.     monster becomes viewable for the first time, and also whenever any
  120.     viewable monster becomes no longer viewable.  This option ignores
  121.     the existance of "telepathy" for the purpose of determining whether
  122.     a monster is "viewable".  See also the "view_reduce_view" option.
  123.  
  124. Disturb whenever map panel changes    [disturb_panel]
  125.     This option causes you to be disturbed by the screen "scrolling",
  126.     as it does when you get close to the "edge" of the screen.
  127.  
  128. Disturb whenever player state changes    [disturb_state]
  129.     This option causes you to be disturbed whenever the player state
  130.     changes, including changes in hunger, resistance, confusion, etc.
  131.  
  132. Disturb whenever boring things happen    [disturb_minor]
  133.     This option causes you to be disturbed by various bring things,
  134.     including monsters bashing down doors, inventory feelings, and
  135.     beginning to run out of fuel.
  136.  
  137. Disturb whenever various things happen    [disturb_other]
  138.     This option is currently unused.
  139.  
  140. Alert user to critical hitpoints    [alert_hitpoint]
  141.     Produce a "bell" noise, and flush all pending input, when your hitpoints
  142.     reach the "critical point" chosen elsewhere, preventing stupid deaths.
  143.  
  144. Alert user to various failures    [alert_failure]
  145.     Produce a "bell" noise, and flush all pending input, when various
  146.     "failures" occur, as described above.
  147.  
  148. Verify destruction of objects    [verify_destroy]
  149.     Prompt for verification of the "destroy" command.
  150.  
  151. Verify use of special commands    [verify_special]
  152.     Prompt for verification of the "special" commands (borg and debug).
  153.  
  154. Allow quantity specification    [allow_quantity]
  155.     Prompt for a quantity when necessary, instead of defaulting to a
  156.     single object.
  157.  
  158.  
  159. === Option Set 3 -- Game-play ===
  160.  
  161. Auto-haggle in stores    [auto_haggle]
  162.     Disable "haggling" in stores, resulting in a ten percent sales tax
  163.     on items which you would have otherwise been forced to haggle for.
  164.     When this option is on, all prices listed in stores will be the
  165.     actual price that you pay for an item, as opposed to the price
  166.     that the shop-keeper will suggest.
  167.  
  168. Auto-scum for good levels    [auto_scum]
  169.     This is a hack but allows you to force the generation of "good" levels
  170.     in the dungeon.  This option may be extremely slow on some machines,
  171.     especially deep in the dungeon.  The minimum "goodness" of the level
  172.     is based on the dungeon level, so the deeper you go, the better the
  173.     level will be.  A lot of people consider this option to be cheating.
  174.  
  175. Allow objects to stack on floor (beta)    [testing_stack]
  176.     Allow multiple objects to occupy the same floor grid.  Any commands
  177.     which can affect objects on the floor will affect the object on the
  178.     top of the stack, unless the "other_query_flag" option is being used.
  179.  
  180. Allow monsters to carry objects (beta)    [testing_carry]
  181.     Allow monsters which pick up (or steal) objects to carry them around,
  182.     dropping them when they are killed (but taking them with them when
  183.     they are "destroyed" or "teleported away").
  184.  
  185. Expand the power of the look command    [expand_look]
  186.     Expand the "look" command to allow the user to "look" at grids which
  187.     are not actually in view of the player, allowing the examination of
  188.     objects/monsters which have only been detected by spells, or sensed
  189.     via telepathy.
  190.  
  191. Expand the power of the list commands    [expand_wrap]
  192.     Expand the "listing" commands so that they "wrap" at the "edges" of
  193.     the appropriate list.  This allows the "look" and "target" commands
  194.     to "cycle" through all appropriate grids forever, and the "identify
  195.     symbol" to browse through all of the monsters of a given type.
  196.  
  197. Map remembers all perma-lit grids    [view_perma_grids]
  198.     Memorize all perma-lit floor grids which are seen by the player.
  199.     This option allows you to keep track of which explored floor grids
  200.     were perma-lit, but does not distinguish between dark floor grids,
  201.     unexplored floor grids, and unknown grids.  Turning off this option
  202.     allows the player to always know which lit floor grids are in line
  203.     of sight, but this is better accomplished by the "view_bright_lite"
  204.     option.  Note that any non-floor grids which is seen by the player
  205.     are always memorized, and "object" which is seen by the player is
  206.     memorized independantly from the memorization of the grid itself.
  207.  
  208. Map remembers all torch-lit grids    [view_torch_grids]
  209.     Memorize all (torch-lit) floor grids which are seen by the player.
  210.     This option not only allows you to keep track of which floor grids
  211.     have been explored, but also which ones are "dark", because the use
  212.     of this option activates a special "color scheme" for the display of
  213.     floor grids, in which "dark" grids are drawn in "dark gray", "lit"
  214.     grids are drawn in "white", and (if the "view_bright_lite" option is
  215.     set) "lit" grids which are also in line of sight are drawn in "orange".
  216.     Note that grids which are currently "torch-lit" are considered to be
  217.     "lit", and are thus drawn in "white", unless the "view_yellow_lite"
  218.     option is set, in which case they are drawn in "yellow".
  219.  
  220. Generate dungeons with aligned rooms    [dungeon_align]
  221.     Force all rooms to be "aligned" with the "panel" divisions.  This results
  222.     in a much "prettier" dungeon, but may result in fewer greater vaults.
  223.  
  224. Generate dungeons with connected stairs    [dungeon_stair]
  225.     Always generate a staircase back to the level you came from, if you used
  226.     a staircase to get to the level.  This is more "realistic", and "safer",
  227.     but less of a "challenge" for some people.
  228.  
  229. Monsters chase current location (v.slow)    [flow_by_sound]
  230.     Allow monsters to make paths to the player when they are nearby.  This
  231.     option is extremely slow, but can produce viciously smart monsters.
  232.  
  233. Monsters chase recent locations (v.slow)    [flow_by_smell]
  234.     Allow monsters to take advantage of "old" trails that you may have left
  235.     in the dungeon.  This has no effect unless "flow_by_sound" is also set.
  236.  
  237. Monsters learn from their mistakes    [smart_learn]
  238.     Allow monsters to learn what spell attacks you are resistant to,
  239.     and to use this information to choose the best attacks.
  240.  
  241. Monsters exploit players weaknesses    [smart_cheat]
  242.     Allow monsters to know what spell attacks you are resistant to,
  243.     and to use this information to choose the best attacks.
  244.  
  245.  
  246. === Option Set 4 -- Efficiency ===
  247.  
  248. Reduce lite-radius when running    [view_reduce_lite]
  249.     Reduce the "radius" of the player's "lite" to that of a "torch"
  250.     when the player is "running", which makes running more "efficient",
  251.     but is extremely annoying.
  252.  
  253. Hide player symbol when running    [hidden_player]
  254.     Hide the player symbol when the player is "running", which makes the
  255.     game somewhat faster.
  256.  
  257. Avoid checking for user abort    [avoid_abort]
  258.     Avoid checking to see if the user has pressed a key during resting
  259.     or running or repeated commands.  This not only makes the game much
  260.     more efficient (on many systems), but also allows the use of certain
  261.     obscure macro sequences, such as turning this option on, resting until
  262.     done, turning this option off, and casting a spell.  Note that the use
  263.     of this option may be dangerous on certain "graphic" machines.  Resting
  264.     for long periods of time with this option set is dangerous since the
  265.     resting may not stop until the user takes damage from starvation.
  266.  
  267. Avoid processing special colors    [avoid_other]
  268.     Avoid processing the "multi-hued" or "clear" attributes of monsters.
  269.     This will cause all "multi-hued" monsters to appear "violet" and all
  270.     "clear" monsters to appear "white", and will cause "trappers" and
  271.     "lurkers" to be visible on some machines, but it may greatly increase
  272.     efficiency especially when telepathy is active.  Certain systems may
  273.     choose to set this option if they are unable to support the special
  274.     "color" processing, but if they handle graphics "correctly", by using
  275.     attr/char pairs with the "high bits" set, then not only will the game
  276.     correctly avoid using any "dangerous" color processing, but it will
  277.     allow such processing to occur when it is not dangerous.  So if you
  278.     are using graphics, and you use a "normal" attr/char for the "floor"
  279.     grids, then you can use the "special lighting effects" for floors.
  280.  
  281. Flush input on various failures    [flush_failure]
  282.     This option forces the game to flush all pending input whenever various
  283.     "failures" occur, such as failure to cast a spell, failure to use a wand,
  284.     etc.  This is very useful if you use macros which include "directional"
  285.     components with commands that can fail, since it will prevent you from
  286.     walking towards monsters when your spells fail.
  287.  
  288. Flush input whenever disturbed    [flush_disturb]
  289.     This option forces the game to flush all pending input whenever the
  290.     character is "disturbed".  This is useful if you use macros which take
  291.     time, since it will prevent you from continuing your macro while being
  292.     attacked by a monster.
  293.  
  294. Flush output before every command    [fresh_before]
  295.     This option forces the game to flush all output before every command.
  296.     This will give you maximal information, but may slow down the game
  297.     somewhat.  Note that this option is only useful when using macros,
  298.     resting, running, or repeating commands, since the outout is always
  299.     flushed when the game is waiting for a keypress from the user.
  300.  
  301. Flush output after certain things    [fresh_after]
  302.     This option forces the game to flush all output after not only every
  303.     player command, but also after every round of processing monsters and
  304.     objects, and after every message, which will maximize your information,
  305.     but may slow down the game a lot, especially on slower machines, and on
  306.     faster machines you cannot see the results anyway.
  307.  
  308. Compress messages in savefiles    [compress_savefile]
  309.     Compress the savefile, by only saving the most recent "messages" that
  310.     the player has received.  This can cut the size of the savefile by a
  311.     drastic amount, but will result in the loss of message information.
  312.  
  313. Hilite the player with the cursor    [hilite_player]
  314.     Place the visible cursor on the player.  This looks fine on some Unix
  315.     machines, but horrible on most graphics machines.  Note that only some
  316.     machines are able to *not* show the cursor, but on those machines, hiding
  317.     the cursor often speeds up the game and looks better.
  318.  
  319. Use special colors for torch-lit grids    [view_yellow_lite]
  320.     This option causes special colors to be used for "torch-lit" grids in
  321.     certain situations (see "view_granite_lite" and "view_special_lite").
  322.     Turning this option off will slightly improve game speed.
  323.  
  324. Use special colors for 'viewable' grids    [view_bright_lite]
  325.     This option causes special colors to be used for non "viewable" grids
  326.     in certain situations (see "view_granite_lite" and "view_special_lite").
  327.     When this option is set, floor grids which are normally drawn in "white"
  328.     but which are not currently "viewable" by the player are instead drawn
  329.     in "dark gray".  This makes the "viewable" grids to appear "brighter"
  330.     than the others, allowing the player to easily determine which floor
  331.     grids are in "line of sight".  Turning this option off will probably
  332.     increase the speed of the game.
  333.  
  334. Use special colors for wall grids (slow)    [view_granite_lite]
  335.     This option activates a special color scheme for all "wall" grids which
  336.     are normally drawn in "white" (as walls and rubble normally are).  When
  337.     the player is blind, we use "dark gray", else if the grid is torch-lit,
  338.     we use "yellow" (or "white") depending on the "view_yellow_lite" option,
  339.     else if the "view_bright_lite" option is set, and the grid is not in line
  340.     of sight, or the grid is dark, or the grid is only "partially" lit, then
  341.     we use "gray", otherwise we use the normal "white".  Turning this option
  342.     off will probably increase the speed of the game.  This option may not
  343.     work well if the attr/char codes for walls/veins have been changed, or
  344.     if "graphics" are being used.
  345.  
  346. Use special colors for floor grids (slow)    [view_special_lite]
  347.     This option activates a special color scheme for all "floor" grids which
  348.     are normally drawn in "white" (as they normally are).  When the player is
  349.     blind, we use "dark gray", else if the grid is torch-lit, we use "yellow"
  350.     (or "white") depending on the "view_yellow_lite" option, else if the grid
  351.     is "dark", we use "dark gray", else if the "view_bright_lite" option is
  352.     set, and the grid is not in line of sight, we use "gray", otherwise we
  353.     use the normal "white".  Turning this option off will probably increase
  354.     the speed of the game.  This option may not work well if the attr/char
  355.     codes for walls/veins have been changed, or if "graphics" are being used.
  356.  
  357.  
  358. === Cheating Options ===
  359.  
  360. Peek into object creation    [cheat_peek]
  361.     Cheaters never win.  But they can peek at object creation.
  362.  
  363. Peek into monster creation    [cheat_hear]
  364.     Cheaters never win.  But they can peek at monster creation.
  365.  
  366. Peek into dungeon creation    [cheat_room]
  367.     Cheaters never win.  But they can peek at room creation.
  368.  
  369. Peek into something else    [cheat_xtra]
  370.     Cheaters never win.  But they can see debugging messages.
  371.  
  372. Know complete monster info    [cheat_know]
  373.     Cheaters never win.  But they can know all about monsters.
  374.  
  375. Allow player to avoid death    [cheat_live]
  376.     Cheaters never win.  But they can cheat death.
  377.  
  378.  
  379. === Window flags ===
  380.  
  381. Some platforms support "sub-windows", which are windows which can be used to
  382. display useful information generally available through other means.  The best
  383. thing about these windows is that they are updated automatically (usually) to
  384. reflect the current state of the world.  The "window options" can be used to
  385. specify what should be displayed in each window.  The possible choices should
  386. be pretty obvious.
  387.  
  388. Display inven/equip
  389.     Display the player inventory (and sometimes the equipment).
  390.  
  391. Display equip/inven
  392.     Display the player equipment (and sometimes the inventory).
  393.  
  394. Display player flags
  395.     Display a special description of the character, including some of the
  396.     "flags" which pertain to a character, broken down by equipment item.
  397.  
  398. Display player screen
  399.     Display a brief description of the character, including a breakdown
  400.     of the current player "skills" (including attacks/shots per round).
  401.  
  402. Display player flags
  403.     Display a brief description of the character, including a breakdown
  404.     of the contributions of each equipment item to various resistances
  405.     and stats.
  406.  
  407. Display messages
  408.     Display the most recently generated "messages".
  409.  
  410. Display overhead view
  411.     Display an overhead view of the entire dungeon.  This is very slow
  412.     and does not even look very good.
  413.  
  414. Display monster recall
  415.     Display a description of the most monster which has been most recently
  416.     attacked, targetted, or examined in some way.
  417.  
  418. Display object recall
  419.     Display a description of the most recently selected object.  Currently
  420.     this only affects spellbooks and prayerbooks.  This window flag may be
  421.     usefully combined with others, such as "monster recall".
  422.  
  423. Display snap-shot
  424.     This window flag is currently unused.
  425.  
  426. Display borg messages
  427.     This window flag is currently used only by the Borg.
  428.  
  429. Display borg status
  430.     This window flag is currently used only by the Borg.
  431.  
  432.  
  433. === Left Over Information ===
  434.  
  435. The "hitpoint_warn" value, if non-zero, is the percentage of maximal hitpoints
  436. at which the player is warned that he may die.  It is also used as the cut-off
  437. for using red to display both hitpoints and mana.
  438.  
  439. The "delay_factor" value, if non-zero, will slow down the visual effects used
  440. for missile, bolt, beam, and ball attacks.  The actual time delay is equal to
  441. "delay_factor" cubed, in milliseconds.
  442.  
  443. The "preserve" flag (specified when a character is created) cancels all level
  444. feelings of the "special" variety, but allows "missed" artifacts to be "saved"
  445. by wandering monsters and found again at a later time.  This only works for
  446. non-identified artifacts.  The character description screen shows the value
  447. of this flag.
  448.  
  449. The "maximize" flag (specified when a character is created) causes the "race"
  450. and "class" stat bonuses to be applied as "equipment" bonuses.  This usually
  451. makes the character harder at the beginning of the game, but easier later on,
  452. since the stats are no longer limited to a "natural" value of "18/100".  The
  453. character description screen shows the value of this flag.
  454.  
  455.